Xbasic

AlphaCloud::ClientDisableApplicationDeployment Method

Syntax

.DisableApplicationDeployment as L (DeploymentName as C)

Arguments

DeploymentNameCharacter

The name of the deployment to disable.

Returns

resultLogical

Returns .t. if the function call succeeded and .f. if it failed.

Look at the CallResult property to determine the cause of a failure.

Description

DisableApplicationDeployment sets the status of a deployment to disabled.

Alpha Cloud will remove the deployment from running servers.

If the deployment is the last deployment assigned to a web server, the web server will be removed as well.